Ano, ano, ano. SaxIgate funguje, ale nesmí se za název serveru zadat číslo portu. Tedy -s adresa_serveru, nikoliv -s adresa_serveru:12345 . Příklad:
saxIgate -p sm0 -c OK1XYZ-10 -s italy.aprs2.net -v
Panove,
muzete mi nekdo rict co delam blbe ?
Vypis z terminalu :
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
jirka@jirka-server:~/Dokumenty/saxigate-0.1.6$ make
make all-recursive
make[1]: Entering directory `/home/jirka/Dokumenty/saxigate-0.1.6'
Making all in src
make[2]: Entering directory `/home/jirka/Dokumenty/saxigate-0.1.6/src'
gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT ax25.o -MD -MP -MF .deps/ax25.Tpo -c -o ax25.o ax25.c
ax25.c:40:33: error: netax25/kernel_ax25.h: No such file or directory
ax25.c:41:27: error: netax25/axlib.h: No such file or directory
ax25.c:42:30: error: netax25/axconfig.h: No such file or directory
ax25.c: In function ‘mac_init’:
ax25.c:101: warning: assignment makes pointer from integer without a cast
make[2]: [ax25.o] Error 1
make[2]: Leaving directory `/home/jirka/Dokumenty/saxigate-0.1.6/src'
make[1]: [all-recursive] Error 1
make[1]: Leaving directory `/home/jirka/Dokumenty/saxigate-0.1.6'
make: *** [all] Error 2
Co možná nejrychleji nainstalovat libax25_0-devel 🙂 .
Presne tak, vsak tam mas jasne napsano:
ax25.c:40:33: error: netax25/kernel_ax25.h: No such file or directory
ax25.c:41:27: error: netax25/axlib.h: No such file or directory
ax25.c:42:30: error: netax25/axconfig.h: No such file or directory
Chybi mu tyhle soubory. A pokud nevis, v kerem baliku jsou obsazeny staci je vyhledat. Mam za to, ze pouzivas Ubuntu/Debian takze:
apt-cache search kernel_ax25.h
apt-cache search axlib.h
apt-cache search axconfig.h
Jen tak mimochodem, vydana nova revize zdrojaku 🙂
svn info http://saxigate.googlecode.com/svn/trunk/
Path: trunk
URL: http://saxigate.googlecode.com/svn/trunk
Repository Root: http://saxigate.googlecode.com/svn
Repository UUID: 62291aee-1229-11de-8090-533a57e34bb9
Revision: 25
Node Kind: directory
Last Changed Author: robbie.delise
Last Changed Rev: 25
Last Changed Date: 2009-07-25 22:09:47 +0200 (So, 25 čec 2009)
Podle vseho to vypada na 3 revize, takze urcite je opravena chyba s porty.